home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Graphics / Monster hunt / Monster hunt / card_20233.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.4 KB  |  74 lines

  1. -- card: 20233 from stack: in
  2. -- bmap block id: 39691
  3. -- flags: 0000
  4. -- background id: 2814
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=93 top=282 right=342 bottom=440
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 19995
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=147 top=115 right=248 bottom=208
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: New Button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   global fallen_ceiling
  44.   visual effect dissolve
  45.   if fallen_ceiling is true then
  46.     go to card id 10774
  47.   else
  48.     go to card id 21305
  49.   end if
  50. end mouseUp
  51.  
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=257 top=75 right=169 bottom=315
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: New Button
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   visual effect dissolve
  70.   go to card id 20716
  71. end mouseUp
  72.  
  73.  
  74.